.leftside-menubar-maindiv {
    height: 100%;
    background-color: rgb(233, 233, 233);
    border-radius: 10px;
    /* margin: 10px; */
    padding: 0px;
}

.leftside-menubar-maindiv h2 {
    text-align: center;
    font-size: 20px;
    color: #000000;
    background-color: #2dffdf;
    padding: 5px;
    border-radius: 5px;
}



.leftside-menubar-maindiv ul {
    list-style-type: disc;
    padding-left: 5px;
}


.leftside-menubar-maindiv ul li {
    padding: 1px 0 1px 17px;
    background-image: url(https://www.freejobalert.com/wp-content/themes/generatepress_child/images/BlockContentBullets.png);
    background-repeat: no-repeat;

    margin: 0.5em 0;
    line-height: 1.2em;
    list-style: none;
    display: flex;
}

.leftside-menubar-maindiv ul a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight:800px;
    padding: 0px;
    display: block;
    transition: background-color 0.3s;
}



.jobcount {

    color: #be0b0b;
    font-size: 14px;
    font-weight: bold; 
    font-family:cursive;
    margin-left: 2px;
    margin-right: 2px;
    font-style: italic;
}



@media only screen and (min-width:200px) and (max-width:557px) {

    .leftside-menubar-maindiv {
        width: 100%;
        margin: 0px;
        padding: 0px;
        border-radius: 0px;
        justify-content: center;
    }
    
} 